PLIOrBuilder

interface PLIOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getAltitude(): Int

Altitude (ATAK prefers HAE)
int32 altitude = 3;
Link copied to clipboard
abstract fun getCourse(): Int

Course in degrees
uint32 course = 5;
Link copied to clipboard
abstract fun getLatitudeI(): Int

The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point
sfixed32 latitude_i = 1;
Link copied to clipboard
abstract fun getLongitudeI(): Int

The new preferred location encoding, multiply by 1e-7 to get degrees
in floating point
sfixed32 longitude_i = 2;
Link copied to clipboard
abstract fun getSpeed(): Int

Speed
uint32 speed = 4;